                            DIO : Do It anOther way

Features of DIO:

1. Execute programs written for DIO Interpreter.
2. Run programs written for DIO Virtual Processor (VP).
3. Assemble and disassemble files for the DIO VP.
4. Convert binary file to text files and back.

It has graphics and mouse support, too.

===========================================================================

DIO has three parts:

  1. System module:

     This module makes the DIO independent from the
     different operating systems and provides the basic
     system functions for DIO.
     System dependent sources in SRC/SYS.
     System independent sources in SRC/LIB.

  2. Interpreter module:

     This module provides the DIO Interpreter.
     Sources in SRC/EVAL. More info in DOC/EVAL.

  3. Virtual Processor (VP):

     This module provides the system independent
     virtual 32 bit RISC processor with 64 bit FPU.
     There are also builtin system calls.
     Sources in SRC/VP.  More info in DOC/VP.

  In SRC/MAIN can be find the frame of the DIO.

===========================================================================
